home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-06-08 | 460 b | 17 lines | [TEXT/MPCC] |
- // Quickdraw 3D sample code
- //
- // Nick Thompson, AppleLink: DEVSUPPORT (devsupport@applelink.apple.com)
- //
- // ©1994-5 Apple Computer Inc., All Rights Reserved
-
- #ifndef _MYERROR_HANDLER_
- #define _MYERROR_HANDLER_
-
- #include "QD3D.h"
- #include "QD3DErrors.h"
-
- void MyErrorHandler( TQ3Error error, TQ3Error error2, long refCon ) ;
- void MyWarningHandler( TQ3Warning sticky, TQ3Warning latest, long refCon ) ;
-
- extern const int kErrorHandlerAlertID ; // 21032
- #endif